登入
Computer Science for IGCSE & O level - Data Representation (Section 7 - No. 2)
What is the decimal equivalent of the hexadecimal value '1A'?
10
16
26
32
解释
1A in hexadecimal is equal to (1 * 16^1) + (10 * 16^0) = 16 + 10 = 26
评论 (0)
登录发表评论
广告
允许 javascript 正确加载此页面